﻿.ch-slider-holder {
	width: 100%;
  position: relative;
  overflow: hidden;
}

.ch-slider {
width: 1134px;
  height: 227px;
  overflow: hidden;
}

.ch-slider .ch-gallery ul{
  width: 100000px;
	list-style: none;
  font-size: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: inherit;
}

.ch-slider .ch-gallery li {
float: left;
  width: 1134px;
  position: relative;
  height: inherit;
}

.ch-slider .ch-gallery li:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.ch-slider .ch-gallery li img {
width: 100%;
}

.ch-slider .ch-gallery {
width: 100%;
  overflow: hidden;
  height: inherit;
}

.ch-controls {
position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}

.ch-controls a {
  display: block;
	height: 30px;
  width: 30px;
  text-indent: -999999px;
  z-index: 4;
  position: absolute;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
}

.ch-controls a:hover:after,
.ch-controls a:hover:before {
	background: #b9d27e;
}

.ch-controls a:after,
.ch-controls a:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #333;
  display: block;
	left: 7px;
}


.ch-controls .ch-next {
  right: 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ch-controls .ch-prev {
  left: 10px;
}

.ch-controls .ch-prev:after,
.ch-controls .ch-next:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

.ch-controls .ch-prev:before,
.ch-controls .ch-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
}


.ch-bullets {
position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 4;
}

.ch-bullets ul {
	list-style: none;
  padding: 5px;
  overflow: hidden;
  position: relative;
  right: 50%;
}

.ch-bullets li {
  margin: 5px;
  float: left;
	cursor: pointer;
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #FFF;
  opacity: 0.8;
}

.ch-bullets li.selected {
background: #333;
}

.ch-panel-title {
  position: absolute;
  bottom: 40px;
  font-family: "Roboto";
  font-size: 32px;
  color: #FFF;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  z-index: 3;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}
